home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / osi / isode / dosisode / DOSISODE80.ZIP / ISODE8.WRK / UNIX / H / ARPA / INET.H next >
Encoding:
C/C++ Source or Header  |  1991-12-09  |  227 b   |  12 lines

  1. /*    inet.h    4.1    83/05/28    */
  2.  
  3. /*
  4.  * External definitions for
  5.  * functions in inet(3N)
  6.  */
  7. /*struct    in_addr inet_addr();*/
  8. unsigned long    inet_addr();
  9. char    *inet_ntoa();
  10. struct    in_addr inet_makeaddr();
  11. unsigned long inet_network();
  12.